ASENSOR_ADDITIONAL_INFO_BEGIN

Sensor Additional Info Types.

Used to populate {@link AAdditionalInfoEvent#type}.

Values

ValueMeaning
ASENSOR_ADDITIONAL_INFO_BEGIN0

Marks the beginning of additional information frames

ASENSOR_ADDITIONAL_INFO_END1

Marks the end of additional information frames

ASENSOR_ADDITIONAL_INFO_UNTRACKED_DELAY0x10000

Estimation of the delay that is not tracked by sensor timestamps. This includes delay introduced by sensor front-end filtering, data transport, etc. float[2]: delay in seconds, standard deviation of estimated value

ASENSOR_ADDITIONAL_INFO_INTERNAL_TEMPERATURE65537

float: Celsius temperature

ASENSOR_ADDITIONAL_INFO_VEC3_CALIBRATION65538

First three rows of a homogeneous matrix, which represents calibration to a three-element vector raw sensor reading. float[12]: 3x4 matrix in row major order

ASENSOR_ADDITIONAL_INFO_SENSOR_PLACEMENT65539

Location and orientation of sensor element in the device frame: origin is the geometric center of the mobile device screen surface; the axis definition corresponds to Android sensor definitions. float[12]: 3x4 matrix in row major order

ASENSOR_ADDITIONAL_INFO_SAMPLING65540

float[2]: raw sample period in seconds, standard deviation of sampling period

Meta